|
$webwork.htmlEncode($page.space.name) : (outdated) Code Block Macro
This page last changed on May 29, 2007 by rosie@atlassian.com.
Allows you to display code in your document with the appropriate syntax highlighting. Usage: {code:language} ... code ... {code} OR {code} ... java code ... {code}
Example 1: Java gives: public String getFoo() { return foo; } Example 2: XML gives: <test> <another tag="attribute"/> </test> |
| Document generated by Confluence on Jul 26, 2007 22:38 |